home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / Java / Console.java next >
Text File  |  2003-06-27  |  297b  |  20 lines

  1. //Description: Java Console Programm|
  2. /* Created: {$DateTime} by {$UserName}
  3. **
  4. **
  5. */
  6.  
  7. public class {$FileTitleNoExt}
  8. {
  9.  
  10.   public {$FileTitleNoExt}()
  11.   {
  12.   }
  13.  
  14.   public static void main(String[] args)
  15.   {
  16.     {$FileTitleNoExt} {$FileTitleNoExt} = new {$FileTitleNoExt}();
  17.   }
  18.  
  19.  
  20. }